a simple zero-configuration command
http-server is a simple, zero-configuration command-line static HTTP server. It is powerful enough for production usage, but it's simple and hackable enough ...
http
2022年5月31日 — http-server is a simple, zero-configuration command-line static HTTP server. It is powerful enough for production usage, but it's simple and ...
HTTPS
Starts the HTTPS server listening for encrypted connections. This method is identical to server.listen() from net.Server.
https
2014年7月1日 — Really simple HTTPS server for hosting basic html page. You can create the private key (key.pem)and certificate (cert.pem) using OpenSSL or ...
local-web
2024年8月1日 — A lean, modular web server for rapid full-stack development. Supports HTTP, HTTPS and HTTP2. Small and 100% personalisable.
npm http-server with SSL
2016年2月1日 — I'm using the npm package http-server (https://www.npmjs.com/package/http-server) to set up a simple webserver, but I cannot get it to use SSL.
Ultimate Guide to Npm Http Server
Npm http server is a basic http server that enables developers to easily create, manage, and deploy projects without having to know how to configure webservers.
如何用NodeJS 快速啟動web server
2022年2月23日 — 一般要建置web server 都是用apache 或nginx,不過開發過程式有時只是要簡單測試個網頁而已, NodeJS 有套件可以滿足這個需求,簡單寫個筆記.
快速建立與開放本地HTTP伺服器至網際網路
2015年9月13日 — 這篇文章簡單敘述如何使用node.js的http-server套件與ngrok,快速在本地端建立HTTP伺服器並公開至網際網路。 Copyright ngrok.com ...